home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("MouseDown")
- set the castNum of sprite 7 to 260
- updateStage()
- unLoad()
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- repeat with x = 7 to 9
- puppetSprite(x, 0)
- end repeat
- repeat with x = 7 to 9
- set the cursor of sprite x to 0
- end repeat
- go("flash3")
- sound fadeOut 2, 40
- end
-